home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Classic Collection / The Amiga Classic Collection - Disc 2.iso / Misc / M99-PScalc.DMS / M99-PScalc.adf / PSCalc / PSCalc.cd < prev    next >
Text File  |  1997-07-01  |  10KB  |  853 lines

  1. ;
  2. ;  English catalog for PSCalc
  3. ;  ==========================
  4. ;
  5. ; ## version $VER: PSCalc.catalog 1.45 (30.06.1997)
  6. ; ## codeset 0
  7. ; ## language english
  8. ;
  9. ;  Errors messages
  10. ;  ---------------
  11. ;
  12. MSG_BIG_ERROR (//)
  13. Sorry, a big error has occured!
  14. ;
  15. MSG_WORKBENCH (//)
  16. Please run PSCalc from the Workbench
  17. ;
  18. MSG_LOW_MEM (//)
  19. Not enough memory
  20. ;
  21. MSG_OPEN_LIBRARY (//)
  22. Couldn't open \'%s\'
  23. ;
  24. MSG_KICK_VER (//)
  25. This program needs Kickstart V%2d or more
  26. ;
  27. MSG_CREAT_CMDTY (//)
  28. Couldn't create PSCalc commodity
  29. ;
  30. MSG_OPEN_TDEVICE (//)
  31. Couldn't open 'timer.device'
  32. ;
  33. MSG_APPICON (//)
  34. Couldn't setup AppIcon
  35. ;
  36. MSG_TOOLTYPES (//)
  37. Couldn't load tooltypes
  38. ;
  39. MSG_CIAO (//)
  40. Thank you for using PSCalc\nSee you soon
  41. ;
  42. MSG_CREAT_DIR (//)
  43. Couldn't create \'%s\' directory
  44. ;
  45. MSG_CMDTY_RUNNING (//)
  46. PSCalc is already running
  47. ;
  48. MSG_SYNTAX_ERROR (//)
  49. Syntax error
  50. ;
  51. MSG_ALREADY_DEFINED (//)
  52. Function already defined
  53. ;
  54. MSG_DEFINED (//)
  55. Function defined
  56. ;
  57. MSG_CONST (//)
  58. Couldn't modify a constant
  59. ;
  60. MSG_UNDEF (//)
  61. Undefined symbol
  62. ;
  63. MSG_NBARGS (//)
  64. Wrong number of arguments
  65. ;
  66. MSG_INIT_SCREEN (//)
  67. Couldn't init screen
  68. ;
  69. MSG_OPEN_WIN (//)
  70. Couldn't open \'%s\' window
  71. ;
  72. MSG_INIT_IDCMP (//)
  73. Couldn't init IDCMP messages in \'%s\' window
  74. ;
  75. MSG_OVERFLOW (//)
  76. Overflow error
  77. ;
  78. MSG_UNDERFLOW (//)
  79. Underflow error
  80. ;
  81. MSG_DIVBY0 (//)
  82. Division by 0 error
  83. ;
  84. MSG_DERIVE_IPREC (//)
  85. Precision must be between 1.0 and 10000.0
  86. ;
  87. MSG_DERIVE_IORDRE (//)
  88. Order must be between 1 and 20
  89. ;
  90. MSG_SCALE_STEP (//)
  91. Step must be between 0.00001 and 10000.0
  92. ;
  93. MSG_SOLVE_DIFF (//)
  94. XMin and XMax must be different
  95. ;
  96. MSG_SOLVE_NORANGE (//)
  97. The function must have a solution between XMin and XMax
  98. ;
  99. MSG_SOLVE_IPREC (//)
  100. Precision must be < 1.0
  101. ;
  102. MSG_INTEGR_ERR (//)
  103. The intervall number must be between 1 and 1000
  104. ;
  105. MSG_FNOTFOUND (//)
  106. Function not found
  107. ;
  108. MSG_FUNCNOTCONT (//)
  109. Error: function must be continue\non the specified interval.
  110. ;
  111. MSG_SOLVE_A (//)
  112. Error: invalid xmin value.
  113. ;
  114. MSG_SOLVE_B (//)
  115. Error: invalid xmax value.
  116. ;
  117. MSG_VALUE_NOFILE (//)
  118. You must enter a file name.
  119. ;
  120. ;  Miscellaneous strings
  121. ;  ---------------------
  122. ;
  123. MSG_SERIALNR (//)
  124. Serial number:
  125. ;
  126. MSG_REGUSER (//)
  127. Version registered to %s
  128. ;
  129. MSG_COMP_DATE (//)
  130. Compiled on
  131. ;
  132. MSG_COMP_TIME (//)
  133. at
  134. ;
  135. MSG_DEMO_VERSION (//)
  136. Demo version                  
  137. ;
  138. MSG_CALC_DESC (//)
  139. Scientific calculator
  140. ;
  141. MSG_ICON_NAME (//)
  142. Calculator
  143. ;
  144. MSG_GUIDE_FILE (//)
  145. HELP:english/PSCalc.guide
  146. ;
  147. MSG_TRACING (//)
  148. Please wait, tracing in progress...
  149. ;
  150. ;  Screens and windows titles
  151. ;  --------------------------
  152. ;
  153. MSG_FILESAVE_TITLE (//)
  154. Please choose a file to save
  155. ;
  156. MSG_FILELOAD_TITLE (//)
  157. Please choose a file to load
  158. ;
  159. MSG_ICONCHOOSE_TITLE (//)
  160. Please choose an icon
  161. ;
  162. MSG_CALC_TITLE (//)
  163. %s - HotKey = <%s>
  164. ;
  165. MSG_PSCALC_CMDTY (//)
  166. PSCalc commodity
  167. ;
  168. MSG_ABOUT_TITLE (//)
  169. About
  170. ;
  171. MSG_PREFS_TITLE (//)
  172. Prefs
  173. ;
  174. MSG_SCREENS_TITLE (//)
  175. Choose PSCalc's Screen
  176. ;
  177. MSG_GET_TITLE (//)
  178. Enter a 2D reduced function : y=f(x)
  179. ;
  180. MSG_ZOOM_TITLE (//)
  181. Zoom
  182. ;
  183. MSG_PLOTTER_TITLE (//)
  184. Viewer
  185. ;
  186. MSG_SCALE_TITLE (//)
  187. Scale
  188. ;
  189. MSG_DERIVE_TITLE (//)
  190. Derivate
  191. ;
  192. MSG_PRIM_TITLE (//)
  193. Integrate
  194. ;
  195. MSG_SOLVE_TITLE (//)
  196. Solve
  197. ;
  198. MSG_VAR_TITLE (//)
  199. Variables
  200. ;
  201. MSG_CONST_TITLE (//)
  202. Constants
  203. ;
  204. MSG_SFUNCT_TITLE (//)
  205. Scientifics functions
  206. ;
  207. MSG_PFUNCT_TITLE (//)
  208. Programmers functions
  209. ;
  210. MSG_UFUNCT_TITLE (//)
  211. Users functions
  212. ;
  213. MSG_VALUES_TITLE (//)
  214. Value table
  215. ;
  216. ; Main menu strings
  217. ; -----------------
  218. ;
  219. MSG_MMNU_PROJECT (//)
  220.  \0Project
  221. ;
  222. MSG_MMNU_ABOUT (//)
  223. A\0About...
  224. ;
  225. MSG_MMNU_SCREEN (//)
  226. S\0Screen...
  227. ;
  228. MSG_MMNU_ICONIFY (//)
  229. I\0Iconify
  230. ;
  231. MSG_MMNU_PREFS (//)
  232. P\0Prefs...
  233. ;
  234. MSG_MMNU_QUIT (//)
  235. Q\0Quit
  236. ;
  237. MSG_MMNU_HISTORY (//)
  238.  \0History
  239. ;
  240. MSG_MMNU_HISLOAD (//)
  241. L\0Load
  242. ;
  243. MSG_MMNU_HISSAVE (//)
  244. W\0Save
  245. ;
  246. MSG_MMNU_EXPR (//)
  247. E\0Expression
  248. ;
  249. MSG_MMNU_VAL (//)
  250. V\0Value
  251. ;
  252. MSG_MMNU_CLEAR (//)
  253. C\0Clear history
  254. ;
  255. MSG_MMNU_ANGLE (//)
  256.  \0Angle
  257. ;
  258. MSG_MMNU_RAD (//)
  259. R\0Radians
  260. ;
  261. MSG_MMNU_DEG (//)
  262. G\0Degrees
  263. ;
  264. MSG_MMNU_BASE (//)
  265.  \0Calcbase
  266. ;
  267. MSG_MMNU_BIN (//)
  268. B\0Binary
  269. ;
  270. MSG_MMNU_OCT (//)
  271. O\0Octal
  272. ;
  273. MSG_MMNU_DEC (//)
  274. D\0Decimal
  275. ;
  276. MSG_MMNU_HEX (//)
  277. H\0Hexadecimal
  278. ;
  279. MSG_MMNU_PRECISION (//)
  280.  \0Precision
  281. ;
  282. MSG_MMNU_8 (//)
  283. 8\000 8 Bits
  284. ;
  285. MSG_MMNU_16 (//)
  286. 1\00016 Bits
  287. ;
  288. MSG_MMNU_32 (//)
  289. 3\00032 Bits
  290. ;
  291. MSG_MMNU_WINDOWS (//)
  292.  \0Windows
  293. ;
  294. MSG_MMNU_PLOTTER (//)
  295. T\0Plotter...
  296. ;
  297. MSG_MMNU_VAR (//)
  298.  \0Variables...
  299. ;
  300. MSG_MMNU_CONST (//)
  301.  \0Constants...
  302. ;
  303. MSG_MMNU_SFUNCT (//)
  304.  \0Scientifics functions...
  305. ;
  306. MSG_MMNU_PFUNCT (//)
  307.  \0Programmers functions...
  308. ;
  309. MSG_MMNU_UFUNCT (//)
  310. U\0Users functions...
  311. ;
  312. MSG_MMNU_HELP (//)
  313.  \0Help
  314. ;
  315. MSG_MMNU_USER (//)
  316.  \0User...
  317. MSG_MMNU_DOC (//)
  318.  \0Doc...
  319. ;
  320. ;  Viewer menu strings
  321. ;  -------------------
  322. ;
  323. MSG_VMNU_PROJECT (//)
  324.  \0Project
  325. ;
  326. MSG_VMNU_GET (//)
  327. E\0Enter...
  328. ;
  329. MSG_VMNU_TRACE (//)
  330. T\0(Re)Trace
  331. ;
  332. MSG_VMNU_CLOSE (//)
  333. C\0Close
  334. ;
  335. MSG_VMNU_PARAMS (//)
  336.  \0Parameters
  337. ;
  338. MSG_VMNU_SCALE (//)
  339. S\0Scale...
  340. ;
  341. MSG_VMNU_SCALE_M (//)
  342. +\0Scale x 2
  343. ;
  344. MSG_VMNU_SCALE_D (//)
  345. -\0Scale / 2
  346. ;
  347. MSG_VMNU_LEGEND (//)
  348. L\0Legend
  349. ;
  350. MSG_VMNU_GRID (//)
  351. G\0Grid
  352. ;
  353. MSG_VMNU_CALCS (//)
  354.  \0Compute
  355. ;
  356. MSG_VMNU_SOLVE (//)
  357. O\0Solve...
  358. ;
  359. MSG_VMNU_DERIVE (//)
  360. D\0Derivate...
  361. ;
  362. MSG_VMNU_PRIM (//)
  363. I\0Integrate...
  364. ;
  365. MSG_VMNU_VALUES (//)
  366. V\0Value table...
  367. ;
  368. ;  Gadgets strings
  369. ;  ---------------
  370. ;
  371. ;  General gadgets
  372. ;  ---------------
  373. ;
  374. MSG_OK (//)
  375. _OK
  376. ;
  377. MSG_QUIT (//)
  378. Quit
  379. ;
  380. MSG_UCANCEL (//)
  381. C_ancel
  382. ;
  383. MSG_CANCEL (//)
  384. Cancel
  385. ;
  386. ;  About Window
  387. ;  ------------
  388. ;
  389. MSG_ABOUT_WRITTEN (//)
  390.  Written by %s
  391. ;
  392. MSG_ABOUT_DISTRIB (//)
  393. Programm distributed by %s
  394. ;
  395. MSG_ABOUT_CONTACT (//)
  396. To contact me, please write to
  397. ;
  398. ;  Calc Window
  399. ;  -----------
  400. ;
  401. MSG_CALC_SFUNCT (//)
  402. Scientifics functions
  403. ;
  404. MSG_CALC_PFUNCT (//)
  405. Programmers functions
  406. ;
  407. MSG_CALC_A (//)
  408. A
  409. ;
  410. MSG_CALC_B (//)
  411. B
  412. ;
  413. MSG_CALC_C (//)
  414. C
  415. ;
  416. MSG_CALC_D (//)
  417. D
  418. ;
  419. MSG_CALC_E (//)
  420. E
  421. ;
  422. MSG_CALC_F (//)
  423. F
  424. ;
  425. MSG_CALC_0B (//)
  426. 0b
  427. ;
  428. MSG_CALC_0O (//)
  429. 0o
  430. ;
  431. MSG_CALC_0D (//)
  432. 0d
  433. ;
  434. MSG_CALC_0H (//)
  435. 0x
  436. ;
  437. MSG_CALC_OR (//)
  438. Or
  439. ;
  440. MSG_CALC_XOR (//)
  441. XOr
  442. ;
  443. MSG_CALC_AND (//)
  444. And
  445. ;
  446. MSG_CALC_NOT (//)
  447. Not
  448. ;
  449. MSG_CALC_INF (//)
  450. <
  451. ;
  452. MSG_CALC_IINF (//)
  453. <<
  454. ;
  455. MSG_CALC_SUP (//)
  456. >
  457. ;
  458. MSG_CALC_SSUP (//)
  459. >>
  460. ;
  461. ;  Prefs Window
  462. ;  ------------
  463. ;
  464. MSG_PREFS_NL (//)
  465. _Line number     
  466. ;
  467. MSG_PREFS_ANGLE (//)
  468. An_gle
  469. ;
  470. MSG_PREFS_PREC (//)
  471. _Precision
  472. ;
  473. MSG_PREFS_SAVE (//)
  474. _Save
  475. ;
  476. MSG_PREFS_NAME (//)
  477. _Name   
  478. ;
  479. MSG_PREFS_FILE (//)
  480. _File   
  481. ;
  482. MSG_PREFS_USE (//)
  483. _Use
  484. ;
  485. MSG_PREFS_XPOS (//)
  486. _X Pos
  487. ;
  488. MSG_PREFS_YPOS (//)
  489. _Y Pos
  490. ;
  491. MSG_PREFS_BASE (//)
  492. _Base 
  493. ;
  494. MSG_PREFS_ICON (//)
  495. _Icon 
  496. ;
  497. MSG_PREFS_MODE (//)
  498. Default _Mode    
  499. ;
  500. MSG_PREFS_RAD (//)
  501. Radians
  502. ;
  503. MSG_PREFS_DEG (//)
  504. Degrees
  505. ;
  506. MSG_PREFS_8B (//)
  507. 8 Bits
  508. ;
  509. MSG_PREFS_16B (//)
  510. 16 Bits
  511. ;
  512. MSG_PREFS_32B (//)
  513. 32 Bits
  514. ;
  515. MSG_PREFS_BIN (//)
  516. Binary
  517. ;
  518. MSG_PREFS_OCT (//)
  519. Octal
  520. ;
  521. MSG_PREFS_DEC (//)
  522. Decimal
  523. ;
  524. MSG_PREFS_HEX (//)
  525. Hexadecimal
  526. ;
  527. MSG_PREFS_VAL (//)
  528. Value
  529. ;
  530. MSG_PREFS_EXPR (//)
  531. Expression
  532. ;
  533. MSG_PREFS_HIST (//)
  534. History
  535. ;
  536. MSG_PREFS_FORMAT (//)
  537. Output format
  538. ;
  539. MSG_PREFS_APPICON (//)
  540. Application's icon
  541. ;
  542. ;  Enter Window
  543. ;  ------------
  544. ;
  545. MSG_GET_NAME (//)
  546. _Name       
  547. ;
  548. MSG_GET_VAR (//)
  549. _Variable(s)
  550. ;
  551. MSG_GET_FUNCT (//)
  552. _Function   
  553. ;
  554. MSG_GET_FUNCTT (//)
  555. Reduced 2D function
  556. ;
  557. MSG_GET_PRECISION (//)
  558. _Precision  
  559. ;
  560. ;  Zoom Window
  561. ;  -----------
  562. ;
  563. MSG_ZOOM_ZOOM (//)
  564. Area to zoom
  565. ;
  566. MSG_ZOOM_XMIN (//)
  567. _X Min
  568. ;
  569. MSG_ZOOM_XMAX (//)
  570. X Max
  571. ;
  572. MSG_ZOOM_YMIN (//)
  573. _Y Min
  574. ;
  575. MSG_ZOOM_YMAX (//)
  576. Y Max
  577. ;
  578. ;  Scale Window
  579. ;  ------------
  580. ;
  581. MSG_SCALE_ABS (//)
  582. Absciss x
  583. ;
  584. MSG_SCALE_ORD (//)
  585. Ordinate y
  586. ;
  587. MSG_SCALE_XMIN (//)
  588. _X Min 
  589. ;
  590. MSG_SCALE_XMAX (//)
  591. X Max 
  592. ;
  593. MSG_SCALE_YMIN (//)
  594. _Y Min 
  595. ;
  596. MSG_SCALE_YMAX (//)
  597. Y Max 
  598. ;
  599. MSG_SCALE_STEPX (//)
  600. Step X
  601. ;
  602. MSG_SCALE_STEPY (//)
  603. Step Y
  604. ;
  605. ;  Integrate Window
  606. ;  ----------------
  607. ;
  608. MSG_INTEGR_XMIN (//)
  609. _X Min                  
  610. ;
  611. MSG_INTEGR_XMAX (//)
  612. X _Max                  
  613. ;
  614. MSG_INTEGR_NBI (//)
  615. Number of _intervals    
  616. ;
  617. MSG_INTEGR_RESULT (//)
  618. Results
  619. ;
  620. MSG_INTEGR_TRAP (//)
  621. Rectangle's method     
  622. ;
  623. MSG_INTEGR_MP (//)
  624. Midle point's method   
  625. ;
  626. MSG_INTEGR_SIMPSON (//)
  627. Simpson's method       
  628. ;
  629. ;  Derivate Window
  630. ;  ---------------
  631. ;
  632. MSG_DERIV_PARAMS (//)
  633. Parameters
  634. ;
  635. MSG_DERIV_ORDRE (//)
  636. _Derivative step      
  637. ;
  638. MSG_DERIV_PREC (//)
  639. _Precision  
  640. ;
  641. ;  Solve Window
  642. ;  ------------
  643. ;
  644. MSG_SOLVE_XMIN (//)
  645. _X Min        
  646. ;
  647. MSG_SOLVE_XMAX (//)
  648. X _Max        
  649. ;
  650. MSG_SOLVE_PREC (//)
  651. _Precision    
  652. ;
  653. MSG_SOLVE_DICHO (//)
  654. Dichotomy    
  655. ;
  656. MSG_SOLVE_INTER (//)
  657. Interval
  658. ;
  659. MSG_SOLVE_RESULT (//)
  660. Result
  661. ;
  662. ;  Value table window
  663. ;  ------------------
  664. ;
  665. MSG_VALUES_XMIN (//)
  666. _X Min  
  667. ;
  668. MSG_VALUES_XMAX (//)
  669. X _Max  
  670. ;
  671. MSG_VALUES_STEP (//)
  672. _Step   
  673. ;
  674. MSG_VALUES_FILE (//)
  675. _File   
  676. ;
  677. MSG_VALUES_INTER (//)
  678. Interval
  679. ;
  680. MSG_VALUE_ISTEP (//)
  681. Step must be greater than 0.
  682. ;
  683. ;  Symbols descriptions
  684. ;  --------------------
  685. ;
  686. MSG_ADD_FUNC (//)
  687. Addition
  688. ;
  689. MSG_SUB_FUNC (//)
  690. Subtraction
  691. ;
  692. MSG_MUL_FUNC (//)
  693. Multiplication
  694. ;
  695. MSG_DIV_FUNC (//)
  696. Division
  697. ;
  698. MSG_POW_FUNC (//)
  699. Power
  700. ;
  701. MSG_MOD_FUNC (//)
  702. Modulo
  703. ;
  704. MSG_ROOT_FUNC (//)
  705. Root
  706. ;
  707. MSG_FACT_FUNC (//)
  708. Factorial
  709. ;
  710. MSG_ABS_FUNC (//)
  711. Absolute value
  712. ;
  713. MSG_SIN_FUNC (//)
  714. Sine
  715. ;
  716. MSG_COS_FUNC (//)
  717. Cosine
  718. ;
  719. MSG_TAN_FUNC (//)
  720. Tangent
  721. ;
  722. MSG_ASIN_FUNC (//)
  723. Arc-sine
  724. ;
  725. MSG_ACOS_FUNC (//)
  726. Arc-cosine
  727. ;
  728. MSG_ATAN_FUNC (//)
  729. Arc-tangent
  730. ;
  731. MSG_SINH_FUNC (//)
  732. Hyperbolic sine
  733. ;
  734. MSG_COSH_FUNC (//)
  735. Hyperbolic cosine
  736. ;
  737. MSG_TANH_FUNC (//)
  738. Hyperbolic tangent
  739. ;
  740. MSG_ASINH_FUNC (//)
  741. Hyperbolic arc-sine
  742. ;
  743. MSG_ACOSH_FUNC (//)
  744. Hyperbolic arc-cosine
  745. ;
  746. MSG_ATANH_FUNC (//)
  747. Hyperbolic arc-tangent
  748. ;
  749. MSG_LN_FUNC (//)
  750. Neperian logarithm
  751. ;
  752. MSG_LOG_FUNC (//)
  753. Decimal logarithm
  754. ;
  755. MSG_EXP_FUNC (//)
  756. Exponential
  757. ;
  758. MSG_COT_FUNC (//)
  759. Cotangent
  760. ;
  761. MSG_INT_FUNC (//)
  762. Integer part
  763. ;
  764. MSG_FRAC_FUNC (//)
  765. Decimal part
  766. ;
  767. MSG_SIGN_FUNC (//)
  768. Sign
  769. ;
  770. MSG_FLOOR_FUNC (//)
  771. Ceiling
  772. ;
  773. MSG_CEIL_FUNC (//)
  774. Ceiling
  775. ;
  776. MSG_ROUND_FUNC (//)
  777. Integer part
  778. ;
  779. MSG_RE_FUNC (//)
  780. Real part
  781. ;
  782. MSG_IM_FUNC (//)
  783. Imaginary part
  784. ;
  785. MSG_ARG_FUNC (//)
  786. Argument
  787. ;
  788. MSG_NORM_FUNC (//)
  789. Norm
  790. ;
  791. MSG_NEG_FUNC (//)
  792. Negation (opposite)
  793. ;
  794. MSG_CONJ_FUNC (//)
  795. Conjugate
  796. ;
  797. MSG_NOT_FUNC (//)
  798. Logical not
  799. ;
  800. MSG_AND_FUNC (//)
  801. Logical multiplication
  802. ;
  803. MSG_OR_FUNC (//)
  804. Logical addition
  805. ;
  806. MSG_XOR_FUNC (//)
  807. Exclusive or
  808. ;
  809. MSG_LS_FUNC (//)
  810. Left shift
  811. ;
  812. MSG_RS_FUNC (//)
  813. Right shift
  814. ;
  815. MSG_RR_FUNC (//)
  816. Right rotation
  817. ;
  818. MSG_LR_FUNC (//)
  819. Left rotation
  820. ;
  821. MSG_VAL_CONST (//)
  822. Last computed value
  823. ;
  824. MSG_PI_CONST (//)
  825. Pi
  826. ;
  827. MSG_E_CONST (//)
  828. Exponential of 1
  829. ;
  830. MSG_GAMMA_CONST (//)
  831. Gamma
  832. ;
  833. MSG_DEG_CONST (//)
  834. Deg
  835. ;
  836. MSG_PHI_CONST (//)
  837. Phi
  838. ;
  839. MSG_LOG10_CONST (//)
  840. Neperian logarithm of 10
  841. ;
  842. MSG_LOG2_CONST (//)
  843. Neperian logarithm of 2
  844. ;
  845. MSG_I_CONST (//)
  846. i
  847. ;
  848. MSG_UNARY_OP (//)
  849. *** Unary ***
  850. ;
  851. MSG_BINARY_OP (//)
  852. *** Binary ***
  853. ;